home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / mf-db.zip / CSAMPLE\SPTEST\MAKEFILE < prev    next >
Text File  |  1993-10-28  |  167b  |  11 lines

  1. ALL : sptest.exe
  2.  
  3. sptest.obj : sptest.c
  4.      cl -c -Gsw -Zdip -AL -W3 -D -Od -Ot  sptest.c
  5.  
  6.  
  7. sptest.exe : sptest.def sptest.obj 
  8.      link /CO @sptest.lnk
  9.  
  10.  
  11.